home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #3
- #
- hdd3_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 3/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Diagnosis "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[brightgrey on cyan]
- print " -- Gateway -- "
- set textColor = color[white on cyan]
- print " [F1] GWSCAN V3.15 "
- print " [F2] GWSCAN V5.09 "
- print " "
- set textColor = color[brightgrey on cyan]
- print " -- Others -- "
- set textColor = color[white on cyan]
- print " [F3] Salvation HDD Scan & Repair V3.0 "
- print " [F4] OnTrack Data Advisor V5.0 Free Edition "
- print " [F5] MHDD32 V4.0 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[blue on cyan]
- print " >>> Press [Space] for more harddisk tools ... "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then bcdw \images\freedos.img \dosapps\gwscn315\startup.bat
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\gwscn509\startup.bat
- if ($lastKey == key[f3]); then memdisk \images\hddscan.igz
- if ($lastKey == key[f4]); then memdisk \images\dadvisor.igz
- if ($lastKey == key[f5]); then memdisk \images\mhdd32.igz
- if ($lastKey == key[space]); then script hdd4.scn
- if ($lastKey == key[esc]); then script hdd2.scn
- goto hdd3_menu
-
-